home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / os2 / memsz313.zip / SOURCE.ZIP / CHINESE.ZIP / CHINESE next >
Text File  |  1996-02-10  |  690b  |  24 lines

  1. # Build Chinese language elements of MEMSIZE.
  2. # This module is intended to be included into a more complete Make file.
  3.  
  4. Chinese: $*.dll $*.hlp $*.inf
  5.  
  6. Chinese.inf: $*.hlp
  7.   If Exist $*.inf Erase $*.inf
  8.   HLP2INF $*.hlp
  9.  
  10. Chinese.hlp: $*.ipf MEMSIZE.H MEMSIZE.BMP
  11.   Copy $(IPFC)\APSYMBOL.APS $(IPFC)\DEFAULT.APS
  12.   Copy $(IPFC)\APSYM938.APS $(IPFC)\APSYMBOL.APS
  13.   ipfcomp /COU=88 /COD=938 /LAN=CHT $*.ipf
  14.   Copy $(IPFC)\DEFAULT.APS $(IPFC)\APSYMBOL.APS
  15.   Erase $(IPFC)\DEFAULT.APS
  16.  
  17. Chinese.dll: $*.def $*.res dll.obj
  18.   link386 /nologo dll, $*.dll /align:16, nul,, $* ;
  19.   rc $*.res $*.dll
  20.  
  21. Chinese.res: $*.rc MEMSIZE.H MEMSIZE.BMP MEMSIZE.ICO
  22.   rc -cc 88 -cp 938 -r $*
  23.  
  24.